update to erratic problems with jdbc driver - Mailing list pgsql-interfaces

From Ari Halberstadt
Subject update to erratic problems with jdbc driver
Date
Msg-id v04003a00b3a2e8f94913@[207.244.110.165]
Whole thread Raw
List pgsql-interfaces
An update to my mail from yesterday. It seems the finalizer is being run on
my connection object. Connections are allocated via a connection pool, and
when the finalizer is run it closes the connection. It's erratic because
there's a race condition between reading the result set and the finalizer.
I need to do some debugging on my connection pool class.

>I've been getting some erratic exceptions in the jdbc driver. About 50% of
>the time I get ...
>
>    ERROR=postgresql.stream.ioerror
>    ARG=java.net.SocketException: Socket closed

-- Ari Halberstadt mailto:ari@shore.net <http://www.magiccookie.com/>




pgsql-interfaces by date:

Previous
From: Wayne
Date:
Subject: Help with pgaccess!
Next
From: Wayne
Date:
Subject: TEST.